[INFO] cloning repository https://github.com/sebmendoza/key-value-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sebmendoza/key-value-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebmendoza%2Fkey-value-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebmendoza%2Fkey-value-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 801692769630d628c2646617483d78cf22f25295
[INFO] testing sebmendoza/key-value-rust against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebmendoza%2Fkey-value-rust" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sebmendoza/key-value-rust
[INFO] finished tweaking git repo https://github.com/sebmendoza/key-value-rust
[INFO] tweaked toml for git repo https://github.com/sebmendoza/key-value-rust written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sebmendoza/key-value-rust on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sebmendoza/key-value-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tempfile v3.16.0
[INFO] [stderr]   Downloaded criterion-plot v0.4.5
[INFO] [stderr]   Downloaded serde_json v1.0.1
[INFO] [stderr]   Downloaded criterion v0.3.6
[INFO] [stderr]   Downloaded sled v0.34.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 29524d098578b297eab533c0b1960d145889652aef2491bb3881a5b120f2fd49
[INFO] running `Command { std: "docker" "start" "-a" "29524d098578b297eab533c0b1960d145889652aef2491bb3881a5b120f2fd49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29524d098578b297eab533c0b1960d145889652aef2491bb3881a5b120f2fd49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29524d098578b297eab533c0b1960d145889652aef2491bb3881a5b120f2fd49", kill_on_drop: false }`
[INFO] [stdout] 29524d098578b297eab533c0b1960d145889652aef2491bb3881a5b120f2fd49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7bed6d45484ff19aaccd34af596518aea13159d6d5ba459538e993a0feb1f9cf
[INFO] running `Command { std: "docker" "start" "-a" "7bed6d45484ff19aaccd34af596518aea13159d6d5ba459538e993a0feb1f9cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling itoa v0.3.4
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling is-terminal v0.4.15
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.27
[INFO] [stderr]    Compiling serde_json v1.0.1
[INFO] [stderr]    Compiling kvs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.93s
[INFO] running `Command { std: "docker" "inspect" "7bed6d45484ff19aaccd34af596518aea13159d6d5ba459538e993a0feb1f9cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bed6d45484ff19aaccd34af596518aea13159d6d5ba459538e993a0feb1f9cf", kill_on_drop: false }`
[INFO] [stdout] 7bed6d45484ff19aaccd34af596518aea13159d6d5ba459538e993a0feb1f9cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c7c5610ac0edaf7d097f7ac42c3183a56239f06b3488b87e94138ff70b60b4c
[INFO] running `Command { std: "docker" "start" "-a" "5c7c5610ac0edaf7d097f7ac42c3183a56239f06b3488b87e94138ff70b60b4c", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling escargot v0.4.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling float-cmp v0.8.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling predicates v1.0.8
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling tempfile v3.16.0
[INFO] [stderr]    Compiling assert_cmd v0.11.1
[INFO] [stderr]    Compiling kvs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.91s
[INFO] running `Command { std: "docker" "inspect" "5c7c5610ac0edaf7d097f7ac42c3183a56239f06b3488b87e94138ff70b60b4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c7c5610ac0edaf7d097f7ac42c3183a56239f06b3488b87e94138ff70b60b4c", kill_on_drop: false }`
[INFO] [stdout] 5c7c5610ac0edaf7d097f7ac42c3183a56239f06b3488b87e94138ff70b60b4c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 99508dcdba1c684dc747f7e0e7c0bc7d15a8d71ff17ff6d90b57c7194c0fa245
[INFO] running `Command { std: "docker" "start" "-a" "99508dcdba1c684dc747f7e0e7c0bc7d15a8d71ff17ff6d90b57c7194c0fa245", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kvs-83d30b012df7420f)
[INFO] [stderr]      Running unittests src/bin/kvs-client.rs (/opt/rustwide/target/debug/deps/kvs_client-27a93ea933dc484f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/kvs-server.rs (/opt/rustwide/target/debug/deps/kvs_server-3bd68e88af7bdf11)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_test.rs (/opt/rustwide/target/debug/deps/cli_test-379450137ccc7d8f)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] kvs-server 0.1.0
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] kvs-server 0.1.0
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] Server configured to listen at 127.0.0.1:4005
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] Storage engine: sled
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] Server configured to listen at 127.0.0.1:4002
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] Storage engine: sled
[INFO] [stdout] test client_cli_version ... ok
[INFO] [stdout] test server_cli_version ... ok
[INFO] [stdout] test client_cli_no_args ... ok
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] kvs-server 0.1.0
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] Server configured to listen at 127.0.0.1:4004
[INFO] [stdout] test client_cli_invalid_subcommand ... ok
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] Storage engine: kvs
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] Server listening on 127.0.0.1:4004
[INFO] [stdout] test client_cli_invalid_rm ... ok
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] Server listening on 127.0.0.1:4002
[INFO] [stdout] test client_cli_invalid_set ... ok
[INFO] [stdout] test client_cli_invalid_get ... ok
[INFO] [stderr] [2026-06-13T11:18:09Z INFO  kvs_server] Server listening on 127.0.0.1:4005
[INFO] [stdout] test cli_log_configuration ... ok
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:38250
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] kvs-server 0.1.0
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:58164
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] Server configured to listen at 127.0.0.1:4002
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] Storage engine: kvs
[INFO] [stderr] Error: IO(Os { code: 98, kind: AddrInUse, message: "Address already in use" })
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:38262
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:38274
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:58174
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:38290
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:58186
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:38300
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:38312
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:58198
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:58206
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:58216
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:38326
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:58222
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:38340
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] kvs-server 0.1.0
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] Server configured to listen at 127.0.0.1:4004
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] Storage engine: kvs
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] Server listening on 127.0.0.1:4004
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs::network::server] New connection from 127.0.0.1:58230
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] kvs-server 0.1.0
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] Server configured to listen at 127.0.0.1:4005
[INFO] [stderr] [2026-06-13T11:18:10Z INFO  kvs_server] Storage engine: sled
[INFO] [stderr] Error: Sled(Sled(Io(Custom { kind: Other, error: "could not acquire lock on \"/tmp/.tmpwfNCjB/db\": Os { code: 11, kind: WouldBlock, message: \"Resource temporarily unavailable\" }" })))
[INFO] [stdout] test cli_wrong_engine ... ok
[INFO] [stderr] [2026-06-13T11:18:11Z INFO  kvs::network::server] New connection from 127.0.0.1:38354
[INFO] [stderr] [2026-06-13T11:18:11Z INFO  kvs::network::server] New connection from 127.0.0.1:38356
[INFO] [stdout] test cli_access_server_kvs_engine ... ok
[INFO] [stdout] test cli_access_server_sled_engine ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli_access_server_sled_engine stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli_access_server_sled_engine' (21) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-0.11.1/src/assert.rs:154:13:
[INFO] [stdout] Unexpected failure.
[INFO] [stdout] code-1
[INFO] [stdout] stderr=```Error: IO(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] ```
[INFO] [stdout] command=`cd "/tmp/.tmpwfNCjB" && "/opt/rustwide/target/debug/kvs-client" "get" "key2" "--addr" "127.0.0.1:4005"`
[INFO] [stdout] code=1
[INFO] [stdout] stdout=``````
[INFO] [stdout] stderr=```Error: IO(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ddc4504548 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ddc4504548 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ddc4504548 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ddc4504548 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ddc4519aea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ddc4519aea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x58ddc450a102 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x58ddc450a102 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x58ddc44e1886 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ddc44e1886 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ddc44fbfe9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ddc446526c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x58ddc446526c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ddc44fc1a2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x58ddc44fc1a2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58ddc44e1942 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58ddc44d6919 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ddc44e265d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58ddc451a27c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ddc44a55b7 - <assert_cmd[5e4bc03b6d7135a3]::assert::Assert>::success
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-0.11.1/src/assert.rs:154:13
[INFO] [stdout]   20:     0x58ddc4442398 - cli_test[9d0284a1cc036da5]::cli_access_server
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_test.rs:316:10
[INFO] [stdout]   21:     0x58ddc44461ee - cli_test[9d0284a1cc036da5]::cli_access_server_sled_engine
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_test.rs:336:5
[INFO] [stdout]   22:     0x58ddc443fcd7 - cli_test[9d0284a1cc036da5]::cli_access_server_sled_engine::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_test.rs:335:35
[INFO] [stdout]   23:     0x58ddc4458206 - <cli_test[9d0284a1cc036da5]::cli_access_server_sled_engine::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x58ddc445834b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58ddc445834b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x58ddc4465bc5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x58ddc4465bc5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x58ddc4465bc5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x58ddc4465bc5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x58ddc4465bc5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x58ddc4465bc5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x58ddc4465bc5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x58ddc4460724 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x58ddc4460724 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x58ddc4468c42 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x58ddc4468c42 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x58ddc4468c42 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x58ddc4468c42 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x58ddc4468c42 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x58ddc4468c42 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x58ddc4468c42 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x58ddc4503aef - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x58ddc4503aef - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x75c628015aa4 - <unknown>
[INFO] [stdout]   45:     0x75c6280a2a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli_access_server_sled_engine
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test cli_test`
[INFO] running `Command { std: "docker" "inspect" "99508dcdba1c684dc747f7e0e7c0bc7d15a8d71ff17ff6d90b57c7194c0fa245", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99508dcdba1c684dc747f7e0e7c0bc7d15a8d71ff17ff6d90b57c7194c0fa245", kill_on_drop: false }`
[INFO] [stdout] 99508dcdba1c684dc747f7e0e7c0bc7d15a8d71ff17ff6d90b57c7194c0fa245
